home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005.7z / CHIP Utilities 2005.iso / images / arachne.igz / arachne.img / LEVEL3 / NWLAN.CAB / Bin / REPATH.BAT < prev    next >
DOS Batch File  |  2005-01-16  |  299b  |  12 lines

  1. @if "%debug%"=="" echo off
  2. echo ;%path%; | %ramdrv%\bin\tfind /e ";%ramdrv%\bin;" >nul
  3. if errorlevel 1 goto _end
  4. echo REPATH: restoring PATH
  5. echo %path%** | %ramdrv%\bin\tfind ";**" >nul
  6. if errorlevel 1 goto _delim
  7. set path=%path%%_path_%
  8. goto _end
  9. :_delim
  10. set path=%path%;%_path_%
  11. :_end
  12.